home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen… 1994 February Supplement / ARPL-Feb-94-Supplement-PowerPC.iso / 3rd Party PowerPC Demo Apps / Diehl Graphsoft MiniCad-E / MiniCad 5 Demo (Click Me!) / MiniCad 5 Demo (Click Me!).rsrc / STR#_7001.txt < prev    next >
Encoding:
Text File  |  1994-01-18  |  262 b   |  17 lines

  1. DSelectAll;
  2.  
  3. Deselects all objects on active layers.
  4.  
  5. SelectAll;
  6.  
  7. Selects all objects on active layers.
  8.  
  9. SetSelect(h : HANDLE);
  10.  
  11. Selects the object that the handle is connected to.
  12.  
  13. SetDSelect(h : HANDLE);
  14.  
  15. Deselects the object that the handle is connected to.
  16.  
  17.